var golang.org/x/net/http2.errChanPool

7 uses

	golang.org/x/net/http2 (current package)
		server.go#L1081: var errChanPool = sync.Pool{
		server.go#L1092: 	ch := errChanPool.Get().(chan error)
		server.go#L1124: 	errChanPool.Put(ch)
		server.go#L2335: 		errc = errChanPool.Get().(chan error)
		server.go#L2347: 			errChanPool.Put(errc)
		server.go#L3039: 		done:   errChanPool.Get().(chan error),
		server.go#L3056: 		errChanPool.Put(msg.done)